<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Our Menu pges css */
.top_spacing { padding-top: 90px; }
.pick_topping_left { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.pick_topping_outer,.pick_right_topping { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.pick_toppings img{width: 100%;}
.pick_right_topping_right { display: grid; gap: 15px;}
.pick_toppings { padding-bottom: 50px; }
.combo_card_grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.combo_card_grid img{width: 100%;}
.combo_card { padding-bottom: 40px; }
.combo_card:last-child { margin-top: -1.8em; }


/* Deal Page css */
.deals .container ,.deal_special .container{ max-width: 1200px; }
.deals {padding: 40px 0 60px 0;}
.deal_special_gris { display: flex; align-items: center; gap: 15px; width: 100%; }
.deal_special_gris&gt;div{width: 50%;}
.deal_special_right { display: flex; flex-wrap: wrap; gap: 15px; }
.deal_special { padding-bottom: 60px;}

/* Contact  page css*/
.contact_sec { padding: 60px 0 60px 0; }
.contact_sec .container{max-width: 1750px;}
.operation { display: grid; grid-template-columns: repeat(2,1fr); width: 100%;gap: 30px; padding-top: 33px; }
.operation table#hours { border: 1px solid #000; border-collapse: collapse; width: 100%; }
.operation table#hours td{border: 1px solid #000; padding: 10px;font-size: 20px;}
.hour-table p.op-ho { font-size: 26px; font-weight: 600; padding-bottom: 20px; color: #000; }
.contact_sec h2.ekk { padding-top: 30px; }
.contact_header { padding-bottom: 30px; }
.contact_header img{width: 100%;}


/* Responsive */
@media only screen and (max-width: 1599px){
    /* Header */
/*
    .enquary_button a.common_button.btn {font-size: 22px;padding: 10px 30px; }
    .enquary_button a.common_button.btn p {font-size: 16px;}
*/
/*    .navigation_menu ul.menu li a { font-size: 16px;}*/
  
    /* Banner Cards */
    .banner_card p {font-size: 18px;padding-top: 15px; }
  }
  
  
  @media only screen and (max-width: 1399px){
    .top_spacing { padding-top: 60px; padding-bottom: 70px; }


  }
  
  @media only screen and (max-width: 991px){
    .pick_topping_outer{grid-template-columns: repeat(1,1fr);}
    .combo_card_grid { display: grid; grid-template-columns: repeat(2,1fr);}
    .combo_card:last-child { margin-top: -20px; }
    .combo_card:nth-child(4) { margin-top: 22px; }
  }
  @media only screen and (max-width: 767px){
    .pick_topping_left {grid-template-columns: repeat(1,1fr);}
    .combo_card_grid {grid-template-columns: repeat(1,1fr); }
    .combo_card { padding-bottom: 20px; }
    .combo_card:last-child { margin-top: 0px; }
    .combo_card:nth-child(4) { margin-top: 0px; }
    .deal_special_gris{flex-wrap: wrap;}
    .deal_special_gris&gt;div {width: 100%;}
    .deal_special_gris img{width: 100%;}
    .deal_special_right_card { width: 100%; }
    .deal_special { padding-bottom: 40px; }
    .deals { padding: 40px 0 40px 0; }
    .operation {grid-template-columns: repeat(1,1fr);}
    .google-map { width: 100%; overflow: hidden; }
    .operation table#hours td {font-size: 16px;}
    .contact_sec { padding: 40px 0 40px 0; }
  }</pre></body></html>